home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-12 | 1.2 KB | 35 lines | [TEXT/GEOL] |
- Item 9539447 28-June-89 00:56
-
- From: MUYSVASOVIC1 ER&D - J-D Muys-Vasovic
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: MPW 3.0 and MacApp 1.1.1
-
- Hi,
-
- Father Vincent, a French developer using MacApp, told me that he is currently
- finishing an application using MacApp 1.1.1 with MPW 3.0 and SADE 1.0. He has
- been doing so for several months without problem. I thought you would like to
- know what he discovered (I didn't test though):
-
- First, do the "obvious" modifications described in Frameworks, including
- {$PUSH}{$H-} ... {$POP} where necessary, changes in make files, change in SIZE
- resource format, replace watchCursor by theWatch in UMacApp.a and so on...
-
- The real trick lies in UMeasure.p where you must delete the line:
- {$IFC qTrace}{$D+}{$ELSEC}{$IFC qNames}{$D+}{$ELSEC}{$D-}{$ENDC}{$ENDC}
- This lines compiles a recursive call to %_BP which calls MeasureTally defined
- in UMeasure.p, which is itself compiled with {$D+}, which implies a new call to
- %_BP. And Father Vincent adds: "I don't know how MPW 2.0 was doing!!".
-
- I didn't check anything in his message, I just transmitted it.
-
- Regards
-
- Jean-Denis Muys-Vasovic
- Developer Services
- Apple Computer Europe
- OOP Specialist
-
-